Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[toimage] Implement --unwrap option #416

Merged
merged 5 commits into from
Sep 25, 2023
Merged

[toimage] Implement --unwrap option #416

merged 5 commits into from
Sep 25, 2023

Conversation

Enet4
Copy link
Owner

@Enet4 Enet4 commented Sep 13, 2023

This provides a way to extract the pixel data from a DICOM file without decoding it, even when it is encapsulated.

Summary

  • --unwrap option to extract pixel data without decoding it
  • tweak dependencies to fulfill use case

- extract pixel data as is,
  without decoding
- tweak dependencies
@Enet4 Enet4 added enhancement A-tool Area: tooling C-toimage Crate: dicom-toimage labels Sep 13, 2023
- retrieve the correct pixel data
  even in fragmented frames
- slice native pixel data to only include
  the frame requested
- remove unneeded borrows
@Enet4 Enet4 marked this pull request as ready for review September 18, 2023 17:15
@Enet4 Enet4 merged commit 2abef21 into master Sep 25, 2023
4 checks passed
@Enet4 Enet4 deleted the imp/toimage/unwrap branch September 25, 2023 08:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-tool Area: tooling C-toimage Crate: dicom-toimage enhancement
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant